home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / X11R4 / cmds / X / common.mk < prev    next >
Encoding:
Makefile  |  1991-01-09  |  965 b   |  36 lines

  1. #
  2. # This file is linked to symbolically by the "local.mk" files of most
  3. # of the subdirectories.
  4. #
  5. # $Source: /X11/R4/src/cmds/X/RCS/common.mk,v $
  6. # $Date: 91/01/09 15:18:00 $
  7. # $Revision: 1.3 $ $Author: kupfer $
  8.  
  9. X    = /X11/R4
  10.  
  11. INSERVER=
  12. #include <$(X)/root.mk>
  13.  
  14. #
  15. # Extra flags to define or undefine for compilations:
  16. #
  17. # TCPCONN    includes driver for network connections via TCP
  18. # UNIXCONN    includes driver for network connections via unix domain
  19. # DNETCONN    includes driver for network connections via DECnet
  20. # SPRITEPDEVCONN include driver for sprite pdev connections.
  21. # NOLOGOHACK    is defined because the sprite OS layer doesn't support it,
  22. #        whatever the logo hack may be.
  23. # SHAPE        the MIT shape extension.  See root.mk.
  24. #
  25. CFLAGS        += -DNOLOGOHACK
  26. CFLAGS        += -DTCPCONN
  27. CFLAGS        += -DSPRITEPDEVCONN
  28. CFLAGS        += -DSHAPE
  29.  
  30. # Font/color support
  31. CFLAGS        += $(FONTDEFINES)
  32. CFLAGS        += $(DEFFONTPATH) $(DEFRGB_DB)
  33.  
  34. # More include files
  35. .PATH.h        :  $(SERVINCDIR) $(INCDIR)/X11
  36.